home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / SourceCode / Create-A-Card / Recipients.wo / Recipients.wod < prev    next >
Text File  |  1996-01-25  |  436b  |  21 lines

  1. /*
  2.  * Recipients.wod
  3.  *
  4.  * You may freely copy, distribute and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or implied, as to
  6.  * its fitness for any particular use.
  7.  *
  8.  * This is the declarations file for the Recipients page of the
  9.  * HappyBirthday application.
  10.  *
  11.  */
  12.  
  13. NAMEGROUP:WORepetition {
  14.     list = WOApp.namesArray;
  15.     item = anItem;
  16. };
  17.  
  18. NAMEGROUP.A_NAME:WOString {
  19.     value = anItem.aName;
  20. };
  21.